home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / utils / benchtrash / suomi / benchtrash.cc < prev    next >
Text File  |  1999-01-01  |  10KB  |  461 lines

  1. ;*****************************************************************
  2. ;** This is the catalog constructor for BenchTrash 1.41         **
  3. ;**                                                             **
  4. ;** Since I do not own the CBM localizer tool, you MUST use my  **
  5. ;** private "CreateCatalog" program (same as for ViNCEd)        **
  6. ;**                                                             **
  7. ;*****************************************************************
  8. ;
  9. ;This script has a double function:
  10. ;It is first a shell script that must be executed to create the
  11. ;catalog.
  12. ;It contains secondly the localized versions of the benchtrash
  13. ;strings. This is possible due to the special syntax of the
  14. ;CreateCatalog tool.
  15. ;
  16. ;The only thing worth noting here is that all strings must be
  17. ;preceeded with an apostrophe (').
  18. ;Empty lines, lines starting with a blank or a semicolon
  19. ;character are comment-lines. They aren't seen by CreateCatalog.
  20. ;
  21. ;To create a catalog for your language, translate the strings below.
  22. ;They are currently taken from the german localization, but to
  23. ;give you some hint what they mean I added the original english
  24. ;strings plus some comments when they are displayed ON TOP of the
  25. ;german ones.
  26. ;
  27. ;If you wrote a catalog for BenchTrash, please compile it simply by
  28. ;EXECUTING this file, i.e. enter
  29. ;
  30. ;EXECUTE BenchTrash.cc
  31. ;
  32. ;The ready for use catalog will be appear in the ram disk.
  33. ;
  34. ;
  35. ;Greetings,
  36. ;   Thomas
  37. ;   
  38.  CreateCatalog BenchTrash.cc ram:BenchTrash.catalog suomi 1 41
  39. ;                                                   ^^^^^
  40. ;                                                   change this to the
  41. ;                                                   name of your language
  42. ;   Tell EXECUTE to abort here...
  43.  quit
  44.  
  45. ;
  46. ;Cancel
  47. ;
  48. ;Generic cancel message, used if an error occured and BenchTrash has to
  49. ;stop the deletion.
  50. %25
  51. 'Peru
  52.  
  53. ;O.K.|Cancel
  54. ;
  55. ;The buttons of the "Are you shure you want to delete..." requester.
  56. %50
  57. 'Selvä|Peru
  58.  
  59. ;O.K.
  60. ;
  61. ;Generic O.K. button, used in the setup window.
  62. %30
  63. 'Selvä
  64.  
  65. ;Quit BenchTrash
  66. ;
  67. ;Quit button in the setup window
  68. %30
  69. 'Lopeta
  70.  
  71. ;Can't find Trashcan icon.
  72. ;
  73. ;Benchtrash can't locate the icon you gave, or the SYS:Trashcan.info
  74. ;file is missing.
  75. 'Roskakorin kuvaketta ei löydy.
  76.  
  77. ;Can't install BenchTrash.
  78. ;
  79. ;The runback code of BenchTrash failed for some reason
  80. %50
  81. 'BenchTrash ohjelmaa ei voitu käynnistää
  82.  
  83. ;Volume lacks a trashcan.
  84. ;
  85. ;BenchTrash misses the trashcan to put the deleted files to.
  86. 'Asemalla ei ole roskakoria
  87.  
  88. ;Out of memory.
  89. ;
  90. ;Memory is missing.
  91. %50
  92. 'Muisti ei riitä.
  93.  
  94. ;Unable to lock %s - \
  95. ;Error %ld %s.
  96. ;An error message if a file can't be located. The "\" at the end
  97. ;of the line escapes the line break, i.e. puts a line break into
  98. ;the output string. The cryptic %s and %ld are replaces by the
  99. ;file name, the error code and the error string, respectively.
  100. ;Please note that only the first line has an apostrophe!
  101. ;
  102. %100
  103. 'Tiedostoa %s ei löytynyt - \
  104. Virhe %lD %s.
  105.  
  106.  
  107. ;Unable to move icon %s - \
  108. ;Error %ld %s.
  109. ;
  110. ;An icon can't be moved to the trashcan for whatever reason.
  111. %100
  112. 'Kuvaketta %s ei voitu siirtää - \
  113. Virhe %lD %s.
  114.  
  115. ;Unable to move icon %s - \
  116. ;Error %ld %s.
  117. ;
  118. ;A generic file can't be moved to the trashcan.
  119. %100
  120. 'Kuvaketta %s ei voitu siirtää - \
  121. Virhe %lD %s.
  122.  
  123. ;Unable to access\
  124. ;parent of %s - \
  125. ;Error %ld %s.
  126. ;
  127. ;The parent directory is not accessable, or missing, or worse...
  128. %100
  129. 'Hakemiston %s edellistä hake- \
  130. mistoa ei voitu löytää/käyttää - \
  131. Virhe %lD %s.
  132.  
  133.  
  134. ;Can't delete a volume.
  135. ;
  136. ;The user tried to delete a volume. This message is obsolete and
  137. ;no longer used.
  138. %50
  139. 'Asemaa ei voi tuhota.
  140.  
  141. ;Unable to delete object %s - \
  142. ;Error %ld %s.
  143. ;
  144. ;An object is delete or write protected and can't be removed
  145. ;for that reason.
  146. %100
  147. 'Kohde %s on suojattu - \
  148. Virhe %lD %s.
  149.  
  150. ;Invalid icon %s - \
  151. ;Error %ld %s.
  152. ;
  153. ;The icon library failed to access an icon, or the icon is in fact
  154. ;a directory.
  155. %100
  156. 'Virheellinen kuvake %s - \
  157. Virhe %lD %s.
  158.  
  159. ;Directory %s too deep - \
  160. ;Error %ld %s.
  161. ;
  162. ;The recursion stack has been exceeded. The drawer that must be deleted
  163. ;is too deep in the filing system to be accessable by BenchTrash.
  164. %100
  165. 'Hakemisto %s liian syvällä - \
  166. Virhe %lD %s.
  167.  
  168.  
  169. ;Warning: You cannot get back\
  170. ;what you delete! Ok to delete:\
  171. ;"%ld file(s) and\
  172. ;%ld drawer(s) (and their contents)?
  173. ;
  174. ;The standard safety requester. Would be nice to mimic the
  175. ;workbench requester here!
  176. ;
  177. %300
  178. 'Varoitus: Poistettuja tiedostoja\
  179. ei voi palauttaa!  Poistetaanko: \
  180. %lD tiedosto(a) ja \
  181. %lD lipas(ta) (sisältöineen)?
  182.  
  183. ;Auto-delete dropped icons :
  184. ;
  185. ;The label of the auto delete checkmark in the setup window.
  186. 'Automaattinen tuhoaminen :
  187.  
  188. ;Can't eject the volume "%s:".
  189. ;
  190. ;A proper EJECT tooltype/command is missing, and benchtrash does not
  191. ;know HOW to eject this volume. (Or it is impossible to eject it...)
  192. ;
  193. %100
  194. 'Laitetta "%s:" ei voida \
  195. poistaa asemasta.
  196.  
  197. ;(Unkown volume)
  198. ;
  199. ;Used as volume name if the real name is not accessable.
  200. ;
  201. %----------------%
  202. '(Tuntemat. nimi)
  203.  
  204. ;_Abort
  205. ;
  206. ;The label of the abort button in the progress bar. The character behind
  207. ;the underscore gets underlined.
  208. %--------------%
  209. '_Peru
  210.  
  211. ;A
  212. ;The keyboard shortcut used for abortion. This MUST be the same character
  213. ;that has been underlined in the string before.
  214. 'P
  215.  
  216. ;Preparing...
  217. ;
  218. ;The preparation process for deletion is running. BenchTrash counts the
  219. ;files and directories, and checks if all of them are deleteable.
  220. ;
  221. %--------------------%
  222. 'Valmistaudutaan...
  223.  
  224. ;Progress Bar :
  225. ;
  226. ;The label of the progress bar check box in the setup window.
  227. ;
  228. %30
  229. 'Edistyminen :
  230.  
  231. ;%ld file(s) to go...
  232. ;
  233. ;The text in the bar itself, new to 1.11
  234. ;%2lD Datei(en)
  235. %--------------------------------------%
  236. '%lD tiedosto(a) jäljellä...
  237.  
  238. ;--------------------- added these to 1.13 --------------------------------
  239.  
  240. ;Confirmation Requester :
  241. ;
  242. ;The last checkmark gadget in the selector screen. If checked, the
  243. ;confirmation requester (Are you sure...) is ENABLED. If this gadget
  244. ;is not checked, the files/directories are always deleted, without
  245. ;asking first.
  246. %30
  247. 'Varmistusvalitsin :
  248.  
  249. ;--------------------- added these to 1.20 --------------------------------
  250.  
  251.  
  252. ;Can't launch the trashcan\
  253. ;cleaning process.
  254. ;
  255. ;BenchTrash failed to launch the process that is responsible for
  256. ;cleaning all overaged data in the global trashcan directory.
  257. ;
  258. %100
  259. 'Roskakorin puhdistusprosessia\
  260. ei voida käynnistää.
  261.  
  262. ;
  263. ;The next two are the labels of the two new buttons in the configuration
  264. ;window.
  265. ;
  266.  
  267. ;Global Trashcan :
  268. ;
  269. ;Enables the global trashcan feature, i.e. all erased data goes to a
  270. ;global location, preferably the trashcan of your HD.
  271. ;
  272. %30
  273. 'Globaali roskakori :
  274.  
  275. ;
  276. ;Copy First, Delete Later :
  277. ;
  278. ;The method how to move files to the trashcan. If enabled, they get copied
  279. ;first and deletion starts only if the copy process was sucessfull. This
  280. ;is safer, but requires up to twice the disk space.
  281. ;
  282. %30
  283. 'Kopioi ensin, tuhoa sitten :
  284.  
  285.  
  286. ;The following strings are new to 1.22:
  287.  
  288. ;
  289. ;Can't create new %s -
  290. ;Error %ld %s.
  291. ;
  292. ;This text is shown if BenchTrash failed to create a new
  293. ;trashcan if the volume is missing one. The first %s
  294. ;is substituted by "Trashcan".
  295. ;
  296. %100
  297. 'Uutta %s -hakemistoa \
  298. ei voitu luoda - \
  299. virhe %lD %s.
  300.  
  301. ;
  302. ;Volume lacks a trashcan.
  303. ;Ok to create one?
  304. ;
  305. ;BenchTrash found that the volume you'd like to
  306. ;trash files at does not have a trashcan and asks
  307. ;you if it should create one.
  308. ;
  309. %100
  310. 'Levyllä ei ole roskakoria. \
  311. Luodaanko se?
  312.  
  313.  
  314. ;Sorry, can't launch clean up,
  315. ;no access to %s -
  316. ;Error %ld %s.
  317. ;
  318. ;The user selected "Cleanup Now!" in the BenchTrash
  319. ;window or using the CLI paramters, but BenchTrash
  320. ;did not get access to the Trashcan. It is maybe
  321. ;used by some other program or is open by the
  322. ;workbench or else...
  323. ;
  324. %150
  325. 'Puhdistusprosessia ei voitu käynnistää,\
  326. ei pääsyä %s:n - \
  327. Virhe %lD %s.
  328.  
  329. ;Cleanup Now !
  330. ;
  331. ;The button in the window used to force a
  332. ;cleanup of the global trashcan.
  333. ;
  334. %--------------%
  335. 'Puhdista nyt!
  336.  
  337. ;--------------------- added these to 1.30 --------------------------------
  338.  
  339. ;Trashcan Mode
  340. ;
  341. ;The (white) title on top of the radio gadget
  342. ;in the setup window
  343. %------------------%
  344. 'Roskakorin Tila
  345.  
  346. ;Delete All Files
  347. ;
  348. ;Delete everything that's dropped into the trashcan.
  349. ;This used to be called "AUTODELETE"
  350. ;
  351. %-------------------%
  352. 'Tuhoa kaikki tied.
  353.  
  354. ;Mixed Mode
  355. ;
  356. ;Delete only if no trashcan is found or
  357. ;the files are already in the trashcan
  358. ;
  359. %-------------------%
  360. 'Yhdistelmätila
  361.  
  362. ;Volumne Trashcan
  363. ;
  364. ;Move files into the trashcan of the medium
  365. ;or ask to create one
  366. ;
  367. %-------------------%
  368. 'Laitekohtainen
  369.  
  370. ;Global Trashcan
  371. ;
  372. ;Use a global trashcan directory
  373. ;
  374. %-------------------%
  375. 'Globaali roskakori
  376.  
  377. ;Quit
  378. ;
  379. ;The rightmost Quit button to cancel BenchTrash
  380. %----------%
  381. 'Lopeta
  382.  
  383. ;Cancel
  384. ;
  385. ;The next to the left button. Ignore the changes made,
  386. ;close the window but do not quit BenchTrash
  387. %----------%
  388. 'Peru
  389.  
  390. ;Use
  391. ;
  392. ;Change the settings, use them but do not save them
  393. ;
  394. %----------%
  395. 'Käytä
  396.  
  397. ;Save
  398. ;
  399. ;Change the settings, use them and save them in the
  400. ;BenchTrash icon
  401. ;
  402. %----------%
  403. 'Tallenna
  404.  
  405. ;Select
  406. ;
  407. ;The text in the file requester gadget. Used to select
  408. ;a global trashcan directory
  409. ;
  410. %----------%
  411. 'Valitse
  412.  
  413. ;Select the global trashcan:
  414. ;
  415. ;The title of the file requester, used to select the
  416. ;global trashcan directory
  417. ;
  418. %50
  419. 'Valitse globaali roskakori:
  420.  
  421. ;Can't build the file\
  422. ;requester.
  423. ;
  424. ;A failure requester, used if BT failed to create the file
  425. ;requester to select the global trashcan
  426. ;
  427. %100
  428. 'Tiedostovalitsinta\
  429. ei voitu luoda.
  430.  
  431. ;Can't save the BenchTrash\
  432. ;Preferences
  433. ;
  434. ;BenchTrash failed to save its preferences, for various reasons.
  435. ;Probably because it couldn't detect its icon.
  436. ;
  437. %100
  438. 'Asetustiedostoa\
  439. ei voitu tallentaa.
  440.  
  441. ;------------------------------- New in 1.41 --------------------------------
  442.  
  443. ;RETRY|CANCEL
  444. ;
  445. ;This contains the CANCEL|RETRY text for the retry requester.
  446. ;Would be nice to mimic the system requesters here...
  447. ;
  448. %40
  449. 'Koeta vielä|Peru
  450.  
  451. ;Cleanup Trashcan
  452. ;
  453. ;This string is shown in the BenchTrash icon Pop-Up menu of DOpus
  454. ;If selected, BenchTrash empties the global trashcan.
  455. ;
  456. 'Puhdista roskakori
  457.  
  458. ;That's all folks!
  459.  
  460.  
  461.